
@font-face{
    font-family: "SOURCEHANSANSSC-VF";
    src:url('./SOURCEHANSANSSC-VF.OTF');
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
    outline:none;
    border:none;
    font-family:SOURCEHANSANSSC-VF,Microsoft YaHei,Arial;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 14px;
    user-select: none;
}

.wid_1200{
    width:1200px;
    margin:0 auto;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.pad_20{
    padding:20px 0;
}

/** ---- index start ---- **/
.topHeaderAllDiv{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
}
.topHeadrImg{
    width: 100%;
    display: block;
}
.topHeadrImg a{
    display: block;
    width: 100%;
}
.topHeadrImg a img{
    width: 100%;
    display: block;
}
.topHeaderD{
    background: #F5F5F5;
    width: 100%;
    height: 56px;
}
.topHeaderL{
    font-size: 12px;
    color: #2F2F2F;
    line-height: 56px;
}
.topHeaderR{
    font-size: 12px;
    color: #2F2F2F;
    line-height: 56px;
}
#time{
    margin-left: 5px;
}
.topDiv{
    height: 120px;
    background: #ffffff;
    padding: 35px 0;
}
.logo{
    display: block;
    height: 50px;
}
.logo a{
    display: block;
    height: 100%;
}
.logo a img{
    height: 100%;
    display: block;
}
.topR{
    font-size: 16px;
    color: #128DEE;
    line-height: 50px;
}
.navAllDiv{
    width: 100%;
    height: 54px;
    background: #076CE0;
}
.navBtnD{
    width: 130px;
    margin-right: 20px;
    position: relative;
}
.navBtn{
    display: block;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    color: #ffffff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.navOn .navBtn,
.navBtnD:hover .navBtn{
    background: #ffffff;
    color: #000000;
}
.scoNavD{
    position: absolute;
    width: 100%;
    top:54px;
    left: 0;
    background: #076CE0;
    border: 1px solid #076CE0;
    display: none;
}
.navBtnD:hover .scoNavD{
    display: block;
}
.scoNavD .scoNav{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.scoNavD .scoNav:last-child{
    border-bottom: none;
}
.scoNavD .scoNav:hover{
    background: #ffffff;
    color: #076CE0;
}

.bannerAllDiv{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bannerDiv a{
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.bannerDiv img{
    visibility:hidden;
}
.swiper-pagination-bullet{
    border: 1px solid #3395FF;
    width: 8px;
    height: 8px;
    margin: 0 4px;
}
.swiper-pagination-bullet-active{
    background: #3395FF;
}

.indexConDiv{
    width: 100%;
    height: 108px;
    background: #F5F5F5;
}
.indexCon{
    text-align: center;
    font-size: 32px;
    line-height: 108px;
    font-weight: bold;
    color: #E32620;
}

.indexNewsDiv{
    height: 400px;
}
.indexNewsL{
    width: 548px;
    height: 360px;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.indexNewsL video{
    width: 100%;
    height: 100%;
}
.indexNewsR{
    width: 612px;
    height: 360px;
}
.indexNewsRTop{
}
.indexNewsRTop a{
    width: 33.3333%;
    height: 44px;
    display: block;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #656565;
    background: #eeeeee;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.indexNewsRTop .indexNewsRTopOn,
.indexNewsRTop a:hover{
    background: #076CE0;
    color: #ffffff;
}
.indexNewsRInfoD{
    position: relative;
    margin-bottom: 15px;
    display: none;
}
.indexNewsRInfoDOn{
    display: block;
}
.indexNewsRInfoD a{
    position: relative;
    height: 44px;
    padding: 10px 90px 10px 14px;
    display: block;
    font-size: 14px;
    color: #686670;
    line-height: 24px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px dashed #E9E9E9;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.indexNewsRInfoD a:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
    border:1px solid #999999;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.indexNewsRInfoD a:hover{
    color: #076CE0;
}
.indexNewsRInfoD a:hover span{
    color:#076CE0;
}
.indexNewsRInfoD a:hover:before{
    border-color: #076CE0;
}
.indexNewsRInfoD span{
    position: absolute;
    display: block;
    font-size: 14px;
    color: #686670;
    line-height: 24px;
    top: 10px;
    right: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.indexNewsRBtn{
    width: 100px;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.indexNewsRBtn:hover{
    background: #076CE0;
    border-color: #076CE0;
    color: #ffffff;
}

.indexCon2Div{
    background: #F5F5F5;
}
.indexCon2DL{
    width: 242px;
    border-top: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
}
.indexCon2DL a{
    display: block;
    padding: 0 50px 0 50px;
    height: 100px;
    line-height: 100px;
    background: #ffffff;
    position: relative;
    font-size: 16px;
    color: #686670;
    border-bottom: 1px solid #EAEAEA;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.indexCon2DL a i{
    position: absolute;
    left: 30px;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    top:50%;
    display: block;
    margin-top: -9px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.indexCon2DL a i.indexCon2DLI1{
    display: block;
}
.indexCon2DL a i.indexCon2DLI2{
    display: none;
}
.indexCon2DL .indexCon2DLOn i.indexCon2DLI1,
.indexCon2DL a:hover i.indexCon2DLI1{
    display: none;
}
.indexCon2DL .indexCon2DLOn i.indexCon2DLI2,
.indexCon2DL a:hover i.indexCon2DLI2{
    display: block;
    left: 50px;
}
.indexCon2DL .indexCon2DLOn:before,
.indexCon2DL a:hover:before{
    content: "";
    display: block;
    width: 7.85px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    background-image: url("../img/iconI.png");
    background-size: cover;
}
.indexCon2DL .indexCon2DLOn,
.indexCon2DL a:hover{
    background: #076CE0;
    color: #ffffff;
    padding-left: 80px;
}
.indexCon2DR{
    width: 958px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.indexCon2DR a{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}
.indexCon2DR .indexCon2DROn{
    display: block;
}
.indexCon2DR a img{
    display: block;
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.indexCon2DR a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.indexCon2DR a span{
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: rgba(0, 0, 0, 0.64);
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
}

.indexBotDiv{
    background: #ffffff;
}
.indexBotD div{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 88px;
}
.indexBotD div span{
    display: inline-block;
    width: 80px;
    height: 7px;
    background: #076CE0;
    position: relative;
    margin: 0 20px 0 30px;
}
.indexBotD a{
    width: 418px;
    height: 88px;
    display: block;
    margin-left: 57px;
}
.indexBotD a img{
    display: block;
    width: 100%;
}

.footerAllDiv{
    background-size: cover;
}
.footerTop{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eaeaea;
}
.footerTL{
    width: 30%;
}
.footerTL div{
    margin-bottom: 10px;
}
.footerTL div p{
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 22px;
    font-weight: bold;
}
.footerTL div span{
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 22px;
}
.footerTC{
    width: 30%;
}
.footerTC div p{
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 22px;
    font-weight: bold;
}
.footerTC div a{
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
}
.footerTR{
    width: 30%;
}
.footerTR div{
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footerTR div a{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    vertical-align: middle;
    -webkit-vertical-align: middle;
    -o-vertical-align: middle;
}
.footerTR div a img{
    width: 100%;
    display: block;
}
.footerTR p{
    position: relative;
}
.footerTR p img{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.footerTR p .code1{
    left: 40px;
}
.footerTR p .code2{
    left: 92px;
}
.footerTR p .code3{
    left: 150px;
}
.footerTR p .imgOn{
    display: block;
}

.footerBot{
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}
/** ---- index end ---- **/

/** ---- aboutUs start ---- **/
.scoBannerDiv{
    width: 100%;
    display: block;
    position: relative;
}
.scoBannerDiv .scoBannerD{
    width: 1200px;
    position: absolute;
    left: 55%;
    margin-left: -600px;
    top: 50%;
    margin-top: -28px;
}
.scoBannerD div{
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
}
.scoBannerD p{
    font-size: 12px;
    color: #ffffff;
    line-height: 16px;
    text-transform: uppercase;
}
.scoBannerDiv img{
    width: 100%;
    display: block;
}

.contentAllDiv{
    background: #f9f9f9;
}

.contentLDiv{
    width: 205px;

}
.contentLTop{
    width: 100%;
    height: 92px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 20px;
    background: #076CE0;
    text-align: center;
    line-height: 92px;
}
.contentLNavDiv{
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
.contentLNavDiv a{
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding-left: 50px;
    font-size: 16px;
    color: #665E5E;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.contentLNavDiv a:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #D9D9D9 ;
    position: absolute;
    left: 30px;
    top:50%;
    margin-top: -3px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.contentLNavDiv .contentLNavOn,
.contentLNavDiv a:hover{
    height: 92px;
    padding-top: 28px;
    color: #076CE0;
}
.contentLNavDiv .contentLNavOn:before,
.contentLNavDiv a:hover:before{
    background: #076CE0;
    margin-top: 12px;
}

.contentRDiv{
    width: 974px;
}
.contentRTop{
    padding-left: 20px;
    padding-right: 40px;
    margin-bottom: 40px;
}
.contentRTopL{
    font-size: 24px;
    color: #292929;
    font-weight: bold;
    position: relative;
    line-height: 40px;
}
.contentRTopL:before{
    content: "";
    display: block;
    width: 6px;
    height: 21px;
    background: #076CE0;
    position: absolute;
    left: -20px;
    top:50%;
    margin-top: -10.5px;
}
.contentRTopR{
    font-size: 12px;
    color: #292929;
    line-height: 40px;
}
.contentRTopR a{
    font-size: 12px;
    color: #292929;
    line-height: 40px;
    display: inline-block;
    margin: 0 5px;
}
.contentRTopR a:hover{
    color: #076CE0;
}

.contentD{
    background: #ffffff;
    min-height: 600px;
    padding: 20px;
    position: relative;
}
.aboutUs{
    width: 100%;
    display: block;
}
.aboutUs div,
.aboutUs p,
.aboutUs span,
.aboutUs img{
    max-width: 100%;
    font-size: 14px;
    color: #56575C;
    line-height: 30px;

}

/** ---- aboutUs end ---- **/

/** ---- honor start ---- **/
.honorTop{
    text-align: center;
    margin-bottom: 50px;
}
.honorTop a{
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #9EA7B2;
    border: 1px solid #DCE3ED;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    display: inline-block;
    margin: 0 10px;
}
.honorTop .honorTopOn,
.honorTop a:hover{
    background: #076CE0;
    color: #ffffff;
    border-color:#076CE0 ;
}

.honorD{
    margin-bottom: 20px;
}
.honorD .honor{
    width: 50%;
    padding: 30px;
}
.honor img{
    width: 100%;
    display: block;
}
.honorBot{
    text-align: center;
}
.honorBot:before {
    content: "";
    display: block;
    clear: both;
    padding-top: 30px;
}
.honorBot span,
.honorBot a:hover{
    font-size: 14px;
    color: #ffffff;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    background: #076CE0;
    border: 1px solid #076CE0;
    margin: 0 10px;
    cursor: pointer;
}
.honorBot a{
    font-size: 14px;
    color: #464646;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border: 1px solid #F3F6F8;
    margin: 0 10px;
}
/** ---- honor end ---- **/

/** ---- product start ---- **/
.productDiv{
    margin-bottom: 30px;
    display: none;
}
.productOn{
    display: block;
}
.productD{
    width: 25%;
    padding: 20px;
}
.product{
    display: block;
}
.productImg{
    width: 100%;
    height: 130px;
    overflow: hidden;
}
.productImg img{
    width: 100%;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.productWord{
    background: #FAF9F9;
    text-align: center;
    font-size: 12px;
    color: #686670;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.product:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/** ---- product end ---- **/

/** ---- productInfo start ---- **/
.productInfoDiv{
    margin-bottom: 40px;
}
.pc-slide {
    width: 740px;
    position: relative;
    margin: 0 auto;
}

.view .swiper-container {
    width: 740px;
    height: 500px;
}
.productInfo{
    display: block;
    width: 100%;
    height: 100%;
}
.productInfo img{
    width: 100%;
    display: block;
}
.view .arrow-left {
    background: url(/static/banan/web/img/index_tab_l.png) rgba(255,255,255,0.5) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(/static/banan/web/img/index_tab_r.png) rgba(255,255,255,0.5) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 668px;
    margin-left: 35px;
}

.preview .swiper-slide {
    width: 33.33333%;
    cursor:pointer;
}
.preview img{
    width: 100%;
    display: block;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../img/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../img/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav {
    padding: 0;
    border: 2px solid #000000;
}
.productInfoD{
    position: relative;
}
.productInfoD p{
    font-size: 14px;
    color: #56575C;
    line-height: 30px;
}
.productInfoBoT{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 99;
}
.productInfoBoT a{
    display: block;
    width:28px;
    height:51px;
}
.productInfoBoT a img{
    display:block;
    width:100%;
}
.productInfoBoTL{
    margin-left:50px;
}
.productInfoBoTR{
    margin-right:50px;
}
/** ---- productInfo end ---- **/

/** ---- news start ---- **/
.news{
    padding: 20px;
    background: #F9F9F9;
    display: block;
    margin-bottom: 20px;
}
.newsImg{
    width: 174px;
    height: 124px;
    padding: 7px;
    background: #ffffff;
    overflow: hidden;
}
.newsImg img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.newsR{
    width: calc(100% - 200px);
}
.newsRTit{
    font-size: 16px;
    color: #464646;
    font-weight: bold;
    line-height: 30px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.newsRWord{
    width: 70%;
    font-size: 14px;
    color: #8B8C98;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}
.newsRBot{
    position: relative;
}
.newsRBot p{
    font-size: 12px;
    color: #BCBCC4;
    line-height: 16px;
}
.newsRBot span{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 12px;
    color: #878787;
}
.news:hover .newsRTit{
    color: #076CE0;
}
.news:hover .newsImg img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/** ---- news end ---- **/

/** ---- newsInfo start ---- **/
.newsInfoTop{
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 20px;
}
.newsInfoTit{
    text-align: center;
    font-size: 16px;
    color: #464646;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.newsInfoTop p{
    text-align: right;
}
.newsInfoTop p span{
    display: inline-block;
    font-size: 12px;
    color: #BCBCC4;
    margin-left: 10px;
}
.newsInfo p{
    font-size: 14px;
    color: #56575C;
    line-height: 24px;
}
.newsInfo img{
    max-width: 100%;
}
/** ---- newsInfo end ---- **/

/** ---- contanctUs start ---- **/
.contanctUs{
    padding: 10px;
}
.contanctUsL{
    width: 700px;
    height: 400px;
}
.contanctUsL img{
    width: 100%;
    display: block;
}
.contanctUsR{
    width: calc(100% - 720px);
}
.contanctUsRTop{
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 40px;
}
.contanctUsRTop div{
    font-size: 20px;
    color: #515151;
    font-weight: bold;
    line-height: 40px;
}
.contanctUsRTop p{
    font-size: 12px;
    color: #838181;
    line-height: 30px;
}
.contantUsInfo{
    margin-bottom: 20px;
}
.contantUsInfo div{
    font-size: 14px;
    color: #515151;
    font-weight: bold;
    line-height: 24px;
}
.contantUsInfo p{
    font-size: 12px;
    color: #56575C;
    line-height: 20px;
}
.anchorBL{
    display: none;
}
/** ---- contanctUs end ---- **/

/** ---- productF start ---- **/
.productFTopD{
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 40px;
}
.productFTopL{
    width: 480px;
}
.productFTopL1 img,
.productFTopL2 img{
    width: 100%;
    display: block;
}
.productFTopL1{
    margin-bottom: 17px;
}
.productFTopL1 p,
.productFTopL2 p{
    font-size: 12px;
    color: #686670;
    line-height: 42px;
    background: #FAF9F9;
    text-align: center;
}
.productFTopR{
    width: 444px;
}
.productFTopR img{
    width: 100%;
    display: block;
}
.productFTopR p{
    font-size: 12px;
    color: #686670;
    line-height: 42px;
    background: #FAF9F9;
    text-align: center;
}
.productFInfo{

}
.productFInfo p{
    font-size: 14px;
    color: #56575C;
    line-height: 30px;
}
/** ---- productF end ---- **/







